home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Tools / Mac F2C 1.3.3 / Mac F2C v1.3.3 Documentation / Mac F2C v1.3.3 Documentation.rsrc / TEXT_143.txt < prev    next >
Text File  |  1997-01-22  |  2KB  |  27 lines

  1. Known Bugs in Mac F2C v1.3.2
  2.  
  3.  
  4. Most of the remaining problems with the user interface (U/I) are tied to my use in Mac F2C of Codewarrior‚Äôs SIOUX console library.  These remaining problems will be fixed in future releases when I implement my own console window (or CodeWarrior improves theirs).  These, and other U/I problems are described below.
  5.  
  6. There is one code generation problem in version 1.3.2, but it has an easy work around.  
  7.  
  8.  
  9. Known User Interface Problems
  10.  
  11. ‚Ä¢ The cursor flickers between an I-beam and an arrow while over an editable text field in a dialog box.  This is due to an unwanted interaction with the SIOUX console window.  I do not know when this will be fixed.
  12.       
  13. ‚Ä¢ The Undo command does not work.  It is not implemented at this time.
  14.     
  15. ‚Ä¢ The Close command does not work.  It is not implemented at this time.  There is no way to close the translation status window in this version of Mac F2C.
  16.  
  17. ‚Ä¢ The translation status window is always saved as a CodeWarrior text file, regardless of the creator code specified in the Mac F2C Preferences dialog.  
  18.             
  19.       
  20. Known Code Generation Problems
  21.  
  22. ‚Ä¢ There is one confirmed bug that causes the PPC version of Mac F2C to crash when translating a particular piece of FORTRAN code.  As far as I know, it only happens with only one specific piece of FORTRAN code submitted by a Mac F2C user.  It is 100% reproducible, but I have not been able to isolate the problem (probably because I don‚Äôt have regular access to a PPC Macintosh).  The work-around is to use the 68K version of Mac F2C, either by running it on a 68K Macintosh, or deleting the ‚Äòcnfg‚Äô resource from the (fat) Mac F2C application.
  23.  
  24.  
  25. Known Support Library Problems
  26.  
  27. <None>